@charset "UTF-8";
/* CSS Document */
img {height:auto;margin-left: 0px;margin-right: 0px;}
#wrapper {background-color:#f7efe5; margin-left:auto; margin-right:auto;}
img {}
div {background-color:#fddd89; padding: auto; margin: 0px}
#div1 {width: auto;background-color:#fddd89;}
#div3 {align-content: center; color: #6fa494;text-align: center; height: 800px}
#div4 {padding: auto; margin-left:1px}


h1 {font-size:40px; font-weight:bolder; font-family: "Courier New", "monospace"; color:#233d4d; margin-top:50px;text-align: center;}
h2 {font-size:20px; font-family: "Lucida Grande", sans-serif; color:#233d4d;font-weight:500;}
h3 {font-size:36px; font-family:"Courier New", "monospace" ; color:#233d4d;font-weight:400; text-align: center;}
h4 {font-size:16px; font-family:"Courier New", "monospace" ; color:#fe8a40;font-weight:300; text-align: left; padding-left: 25px; font-style: italic;}
h5 {font-size:14px; font-family: "Lucida Grande", sans-serif; color:#fe8a40;font-weight:300; text-align: left; padding-left: 25px; font-style: italic; font-style:bold;}
h6 {font-size:13px; font-family: "Lucida Grande", sans-serif; color: #233d4d;font-weight:300; text-align: left; padding-left: 25px;}
p{font-family: "Lucida Grande", sans-serif; color:#233d4d; margin:10px; font-size: 12px; width: 450px; float: top;}

a {padding:4px;font-family: "Lucida Grande", sans-serif;text-transform: none;}
about {width: auto; height: auto; margin: auto;clear:both;}

ul {margin-left:10; padding-left:5px; padding-right: 5px;background-color:#fddd89;}
#ul1 {margin-left:10; padding-left:5px; padding-right: 5px; height:auto; width: auto; background-color:#fddd89;} 
li {display:inline-block; width:inherit} 
li a {padding:1px; display: block; width:100px;}
footer {background-color:#fddd89;clear:both;}
nav {font-size: 12px;font-family:"Courier New", "monospace" ; padding-left: 5px; padding-right: 5px;}
#divabout {width: 1400px} 

a:link {color:#fe8a40; text-align:left; text-decoration:none;} 
a:visited {color:#fe8a40;}
a:hover {color:#6fa494; } 
a:active {color:#6fa494;} 

body {font-family: "Lucida Grande", sans-serif;font-size:18px; margin-top:5px;background-color:#fddd89;}
#wrapper {background-color:#fddd89; margin-left:auto; margin-right:auto;}
footer {background-color:#fddd89; position: absolute; font-size:10px;}
#content {background-color:#fddd89;}
header {background-color:#fddd89; padding-bottom: 20px; font-kerning: auto; word-spacing: auto; font-size: 10px;}
#logo {margin:auto;}
img {float: top; border-radius: 12px; max-width: 100%; height: auto;}

.homepageimage {background-color:#fddd89; margin-bottom:46px;width:auto;}


.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
#div1 {transition-timing-function: ease; padding-left: 5px; padding-right: 5px;}
#div2 {transition-timing-function: ease;}


.iconDetails {
 margin-left:2%;
float:left; 
height:40px;
width:40px; 
} 

.container2 {
    width:270px;
    height:auto;
    padding:1%;
    float:left;
}



/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=- HTML5 SEMANTIC TAGS -=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

	figure {
		width: 12vw;
		height: 4vw;
		margin: 1.2vw 4.3vw;
		border: 0.3vw #fe8a40;
		outline: 0.15vw #fe8a40;
		display: inline-block;
		color: blue;
		text-align: center;
		font-size: 1.6vw;
			box-shadow: 1vw 1vw #fe8a40;
	}

			figure:hover {
				color: tangerine;
				border-right: 0.3vw #233d4d;
				border-bottom: 0.3vw #233d4d;
				outline: 0.15vw #fe8a40;
				
			}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=- CSS NAMED COLOR CLASSES -=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

	.daisy {
		background-color: #fddd89;}

	.navy {
		background-color: #233d4d;	}

	.eggshell {
		background-color: #f7efe5;	}

	.tangerine {
		background-color: #fe8a40;	}




@font-face {
  font-family: myFirstFont;
  src: url(sansation_light.woff);
}

div {
  font-family: myFirstFont;
}


div.a {
  width: 150px;
  height: 50px;
  background-color: yellow;
  -ms-transform: rotate(10deg); /* IE 9 */
  -webkit-transform: rotate(10deg); /* Safari 3-8 */
  transform: rotate(10deg);
}

div.b {
  width: 150px;
  height: 80px;
  background-color: yellow;
  -ms-transform: skewY(20deg); /* IE 9 */
  -webkit-transform: skewY(20deg); /* Safari 3-8 */
  transform: skewY(20deg);
}

div.c {
  width: 150px;
  height: 80px;
  background-color: yellow;
  -ms-transform: scaleY(1.5); /* IE 9 */
  -webkit-transform: scaleY(1.5); /* Safari 3-8 */
  transform: scaleY(1.5);
}

#div4 {
  width: 100px;
  height: 100px;
  background: red;
  position :relative;
  -webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
  animation: mymove 5s infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  from {top: 0px;}
  to {top: 200px;}
}

/* Standard syntax */
@keyframes mymove {
  from {top: 0px;}
  to {top: 200px;}
}

@font-face {
  font-family: myFirstFont;
	font-weight:600;
	src: url(sansation_light.woff);}
	

	/* ovelay*/
.container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
border-radius: 12px; max-width: 100%; height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
opacity: 0.5;
  filter: alpha(opacity=50); 
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
	border-radius: 12px; 
}

.container:hover .overlay {
  width: 100%;
  left: 0;
}

.text {
font-family:"Courier New", "monospace" ;
  color: #233d4d;
	font-weight:bolder;
  font-size: 40px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
}


/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
  display: none;
}
